Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.page
/
FrameDetachedEvent
Frame
Detached
Event
data class
FrameDetachedEvent
(frameId:
FrameId
, reason:
String
) :
Event
Content copied to clipboard
Fired when frame has been detached from its parent.
Constructors
Functions
Properties
Sources
Constructors
FrameDetachedEvent
Link copied to clipboard
fun
FrameDetachedEvent
(frameId:
FrameId
, reason:
String
)
Content copied to clipboard
On this page
On this page
Functions
domain
Link copied to clipboard
open override fun
domain
():
String
Content copied to clipboard
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun
eventName
():
String
Content copied to clipboard
Returns event name as described in protocol.
On this page
On this page
Properties
frameId
Link copied to clipboard
val
frameId
:
FrameId
Content copied to clipboard
Id of the frame that has been detached.
reason
Link copied to clipboard
val
reason
:
String
Content copied to clipboard
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page